home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / macros / text1 / cms_help_files / fnf.helpmark < prev    next >
Text File  |  1991-10-23  |  7KB  |  140 lines

  1. +-----------------------------------------------------------------------------+
  2. |                               footnoteformat                                |
  3. +-----------------------------------------------------------------------------+
  4.  
  5. \footnoteformat{\skipbeforedivider{12pt}
  6.       \skipafterdivider{2.6pt}
  7.       \footnotedivider{144pt}
  8.       \textreferenceposition{up}
  9.       \textreferenceplacement{after}
  10.       \textreferencefont{\tenpt}
  11.       \textreferencestyle{1}
  12.       \notereferenceposition{down}
  13.       \notereferencefont{\tenpt}
  14.       \notereferencestyle{1.}
  15.       \notereferencegutter{1em}
  16.       \everyfootnote{\tenpt\pin{20pt}
  17.                        \lin{0pt}}
  18.       }
  19.  
  20. Abbreviation:  π|\fnfπ%
  21.  
  22. Parameters:    π|submarkupπ%
  23.  
  24. Submarkup:     π|\skipbeforedivider, \skipafterdivider,
  25. \footnotedivider, \textreferenceposition,
  26. \textreferenceplacement, \textreferencefont,
  27. \textreferencestyle, \textreferencegutter,
  28. \everyfootnote, \notereferenceposition,
  29. \notereferencefont, \notereferencestyle,
  30. \notereferencegutterπ%
  31.  
  32.     π|Description:π%
  33. To  change the  footnote  style and  any  of the  other  footnote formatting
  34. options of  the \autofootnote markup,  use the \footnoteformat markup.   The
  35. default footnote format is:
  36.  
  37. π|\skipbeforedividerπ%  determines the distance  between the last  line of text
  38. on a  page and the  footnote divider rule  which is printed  just before the
  39. footnotes.  The default for this markup is 12 points.
  40.  
  41. π|\skipafterdividerπ% determines the distance between the footnote divider rule
  42. and the first footnote.  The default for this markup is 2.5 points.
  43.  
  44. π|\footnotedividerπ% determines  the length of a short  rule that separates the
  45. footnotes from text.  The default value is 144 points (2 inches).
  46.  
  47. π|\textreferencepositionπ%  determines if  the footnote  reference number  is a
  48. superscript or not.   By default,  the reference is superscripted  (up).  If
  49. you want  the footnote reference  number to be  on the baseline,  change the
  50. parameter to "down".   The default for \monospace is  "down".  Do not change
  51. it to "up" for \monospace.
  52.  
  53. \textreferenceplacement    determines   if  the  footnote  reference  number
  54. precedes  or follows  the  word being  noted.    By  default,  the reference
  55. will follow the noted word.  If you want the footnote reference number to be
  56. placed before the word being noted, then change the parameter to "before".
  57.  
  58. π|\textreferencefontπ%  lets you  determine how  to print the  footnote number.
  59. The default is the  roman face at 10 point.   For \monospace, the default is
  60. the roman typewriter printer face.
  61.  
  62. π|\textreferencestyleπ%  determines the  numbering  style.     There are  four
  63. possible values:
  64.   1. "1" for numbered superscripted footnotes
  65.   2. "(1)" for numbered footnotes surrounded with parentheses
  66.   3. "a" for lettered footnotes
  67.   4. "(a)" for lettered footnotes surrounded with parentheses
  68. The default  is \textreferencestyle{1} for  composing printers.   Typewriter
  69. printers using \monospace have a default of \textreferencestyle{(1)}.
  70.  
  71. π|\notereferencepositionπ% determines whether  the footnote reference number in
  72. the note  is a  superscript or not.    By default,  the reference is  on the
  73. baseline.   If you want  the footnote reference number  to be superscripted,
  74. change the parameter to "up".   Do note specify "up" for typewriter printers
  75. using \monospace.
  76.  
  77. π|\notereferencefontπ%  lets  you  determine what  font to  print  the footnote
  78. number in.   The default is standard face at 10  point.  For \monospace, the
  79. default is the roman typewriter printer face.
  80.  
  81. π|\notereferencestyleπ%  determines the numbering style  for the notes.   There
  82. are four possible values:
  83.   1. "1" for numbered superscripted footnotes
  84.   2. "(1)" for numbered footnotes surrounded with parentheses
  85.   3. "a" for lettered footnotes
  86.   4. "(a)" for lettered footnotes surrounded with parentheses
  87. The default is \textreferencestyle{1.}.
  88.  
  89. \notereferencegutter  sets the  distance between the footnote number and the
  90. first word  of text  of the  note.   The gutter  is illustrated here  as the
  91. shaded portion between "1."  and "The first step":
  92.  
  93. +-----------------------------------------------------------------------------+
  94. |                                                                             |
  95. |      ....                                                                   |
  96. |     1....The first step . . .                                               |
  97. |      ....                                                                   |
  98. |                                                                             |
  99. +-----------------------------------------------------------------------------+
  100.  
  101. The default is one em space, \notereferencegutter{1em}.
  102.  
  103. \everyfootnote{Nested Markup}   sets the style  for everyfootnote.   You can
  104. change  the type  face, the  paragraph parameters,  and  the right  and left
  105. indentation.  The  default text size is 10 point;  each note is in paragraph
  106. format, with  an indent of  20 points.   Typewriter printers  which must use
  107. \monospace may not change to another font set.
  108.  
  109.     π|Example:π%
  110. The  following example  uses a  footnote style  that prints  a superscripted
  111. footnote  number in  the text  and the  note,  the body  of the  footnote in
  112. nine-point  Computer Modern  set, the  footnote at  the  bottom of  the page
  113. indented 36 points from the left and 36 points from the right of the rest of
  114. the body of  the text of the  document, the footnote body  right ragged, and
  115. the text  of the document right  justified and in 10  point Computer Modern.
  116. The \footnoteformat block is modified thus:
  117.  
  118. \footnoteformat{\skipbeforedivider{18pt}
  119.         \footnotedivider{144pt}
  120.         \textreferencefont{\ninepoint\rm}
  121.         \notereferenceposition{up}
  122.         \notereferencefont{\ninepoint\rm}
  123.         \everyfootnote{\rightragged\pin{0pt}
  124.              \psk{12pt}\ninepoint
  125.              \leftindent{36pt}\rightindent{36pt}}}
  126.  
  127. Note that  \ninepoint was specified  within both  the \textreferencefont and
  128. \everyfootnote markups.  The \textreferencefont determines the font that the
  129.  
  130. footnote reference  number is to be  printed in.   The \everyfootnote markup
  131. determines the  font that  the footnote text  is to  print in at  the bottom
  132. of  the page.    Most often  the fonts  specified in  \textreferencefont and
  133. \everyfootnote are the same font.
  134.  
  135.     π|Notes:π%
  136. This  markup  modifies  the  style  of the  \autofootnote  markup,  not  the
  137. \footnote markup.
  138.     The \footnoteformat  markup must  come after  the \monospace  markup, if
  139. both are used.
  140.